home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / pc_univ.arc / READ.ME < prev    next >
Encoding:
Text File  |  1984-07-11  |  4.8 KB  |  89 lines

  1. This text describes the use and operation of the Universal Globals System
  2. Utilities which enhance PC-DOS 2.xx to take full advantage of multiple
  3. directories and devices. The user is able to invisibly access files outside
  4. the current default directory. Applications programs can then run from any
  5. directory on the system without modification.Path names are not required for
  6. the master programs to find their supporting files once the Universal Globals
  7. have been set in operation.
  8.  
  9. PC-DOS 2.xx provides a tree structured file system which permits effective
  10. organization of data and programs in the file system. However problems arise
  11. with multiple directories since each new directory must contain data on where
  12. certain programs and files are located or contain the files themselves. With
  13. DOS 2.xx the user may tell the operating system to look for programs in a
  14. specified path of directories or devices. This is the program search path set
  15. by using the DOS path comand.
  16.  
  17.                          PATH =F:\;B\SUBDIR\SUBSUB
  18.  
  19. However any files used by the main operation progams such as overlays,or
  20. support files are looked for on the current directory unless a full pathname
  21. is provided.The output files are also created in the default directory.
  22. The Universal Global System eliminates this problem by creating the idea of
  23. a global system.
  24.  
  25. 1) A single filename may be explicitly applied to a full path name and then
  26.    every occurrence of the filename will be replaced by the the corresponding
  27.    path name.
  28.  
  29. 2) A set of filenames may be grouped by either a filename or extension and
  30.    thus may be implicitly applied and set to a common directory.
  31.  
  32. For both forms of application search rules are permitted for which a list of
  33. filenames or directories are searched until an appropriate match occurs.
  34. Wildcards of * and ? extend the search.
  35.  
  36. Thus disk usage is much more efficient since only a single copy  of the
  37. program need be kept in the system. New directories and disks can be used
  38. immediately without having to copy any files onto them and the full potential
  39. of the ram disk is now much improved.
  40.  
  41. Universal Global System also provides a convienent way of accessing files in
  42. widely separated areas of the file system, in a way similar to the Berkeley
  43. Unix Shell but yet not the same.
  44.  
  45. There are several other useful commands available on the disk if you registerThis text describes the use and operation of the Universal Globals System
  46. Utilities which enhance PC-DOS 2.xx to take full advantage of multiple
  47. directories and devices. The user is able to invisibly access files outside
  48. the current default directory. Applications programs can then run from any
  49. directory on the system without modification.Path names are not required for
  50. the master programs to find their supporting files once the Universal Globals
  51. have been set in operation.
  52.  
  53. PC-DOS 2.xx provides a tree structured file system which permits effective
  54. organization of data and programs in the file system. However problems arise
  55. with multiple directories since each new directory must contain data on where
  56. certain programs and files are located or contain the files themselves. With
  57. DOS 2.xx the user may tell the operating system to look for programs in a
  58. specified path of directories or devices. This is the program search path set
  59. by using the DOS path comand.
  60.  
  61.                          PATH =F:\;B\SUBDIR\SUBSUB
  62.  
  63. However any files used by the main operation progams such as overlays,or
  64. support files are looked for on the current directory unless a full pathname
  65. is provided.The output files are also created in the default directory.
  66. The Universal Global System eliminates this problem by creating the idea of
  67. a global system.
  68.  
  69. 1) A single filename may be explicitly applied to a full path name and then
  70.    every occurrence of the filename will be replaced by the the corresponding
  71.    path name.
  72.  
  73. 2) A set of filenames may be grouped by either a filename or extension and
  74.    thus may be implicitly applied and set to a common directory.
  75.  
  76. For both forms of application search rules are permitted for which a list of
  77. filenames or directories are searched until an appropriate match occurs.
  78. Wildcards of * and ? extend the search.
  79.  
  80. Thus disk usage is much more efficient since only a single copy  of the
  81. program need be kept in the system. New directories and disks can be used
  82. immediately without having to copy any files onto them and the full potential
  83. of the ram disk is now much improved.
  84.  
  85. Universal Global System also provides a convienent way of accessing files in
  86. widely separated areas of the file system, in a way similar to the Berkeley
  87. Unix Shell but yet not the same.
  88.  
  89. There are several other useful commands available on the disk if you register.